Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
DL : 0
网上淘的关于屏幕控制的源码,比较好,基于VS平台。Here are two projects that work together to remote control PCs. This software only works for XP and above, and is very stable. The server can handle multiple clients, and each client can handle multiple connections to the same or different servers. The projects are a server and client pair. The server is RDS, Remote Desktop Server, and the client is RDV, Remote Desktop Viewer. The executables are packaged up with the source code, and there are projects for Visual Studio 2005 and 2008. I built a custom project out of the zlib library and compiled it as a Windows library with the /MT settings. Both 32 and 64 bit library files, in Release and Debug mode, are included. The ZLIB.H and ZCONF.H files are also included. For examples of single-threaded usage, see the CZLib class. For examples of multi-threaded usage, see the classes CDriveMultiThreadedCompression, CMultiThreadedCompression, and CZLib.-Here are two projects that work together to remote control PCs. This software only works for XP and above, and is very stable. The server can handle multiple clients, and each client can handle multiple connections to the same or different servers. The projects are a server and client pair. The server is RDS, Remote Desktop Server, and the client is RDV, Remote Desktop Viewer. The executables are packaged up with the source code, and there are projects for Visual Studio 2005 and 2008. I built a custom project out of the zlib library and compiled it as a Windows library with the /MT settings. Both 32 and 64 bit library files, in Release and Debug mode, are included. The ZLIB.H and ZCONF.H files are also included. For examples of single-threaded usage, see the CZLib class. For examples of multi-threaded usage, see the classes CDriveMultiThreadedCompression, CMultiThreadedCompression, and CZLib.
Update : 2024-05-19 Size : 429056 Publisher : leqingfeng

DL : 0
多线程的TCP服务器的客户端程序代码,可做简单网络通讯测试和文件传输使用。可运行于VC2005版本。-Multi-threaded TCP server client code, do the simple network communications test and file transfer. VC2005 version can run on.
Update : 2024-05-19 Size : 4773888 Publisher : amber

DL : 0
多线程的TCP服务器的服务器端程序代码,可做简单网络通讯测试和文件传输使用。已调试可运行于VC2005版本。-Multi-threaded TCP server server-side code to do simple network communications test and file transfer. Debugging can run on the VC2005 version.
Update : 2024-05-19 Size : 6424576 Publisher : amber

基于同步socket的多线程上传与下载。该程序是我自己编写的,包含服务器和客户端。同时支持多任务、多线程上传与下载、断点续传。该程序对学习网络编程、多线程同步等有很大的帮助。-Multithreading upload and download synchronization based on socket. The program is what I have written, including server and client. At the same time support multi-tasking, multi-threaded download and upload, http. It s very helpful for learning network programming, multithreading synchronization.
Update : 2024-05-19 Size : 18362368 Publisher : 刘杰

迅雷、FlashGet等多线程下载软件都是上网的必备工具,利用这些工具可以快速地从服务器上下载比较大的文件。-Thunder, FlashGet and other multi-threaded download software is an essential tool for the Internet, the use of these tools can be quickly downloaded from the server relatively large files.
Update : 2024-05-19 Size : 62464 Publisher : 王强

DL : 0
:Netbeans下的简单银行ATM系统,客户服务器存取款,多线程,查询余额等-Bank ATM system S/C 文件列表(点击判断是否您需要的文件,如果是垃圾请在下面评价-: Netbeans under the simple bank ATM systems, client-server access models, multi-threaded, balance inquiries, etc.-Bank ATM system S/C File list (Click to check if the file you need, if you are garbage at the following evaluation ...
Update : 2024-05-19 Size : 349184 Publisher : 肖赛

DL : 1
全文本搜索引擎,实现用python,自带编写一个server用于本地测试,可以进行简单多线程爬虫运行-Full-text search engine, achieved using python, comes to write a server for local testing, you can run a simple multi-threaded crawler
Update : 2024-05-19 Size : 18036736 Publisher : king

DL : 0
实现FTP多线程下载上传,同时可以方便实现与本机FTP服务器的连接-Achieve multi-threaded FTP download upload, and can easily be achieved with the local FTP server
Update : 2024-05-19 Size : 2307072 Publisher : 李文博

DL : 0
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。-Server and client through socket Socket (TCP) connections. In java socket is quite simple, Java API sets to address the communications interface provides a class java.net.Socket., Makes writing network applications with relative ease. Multi-threaded servers to meet the multi-user' s request, with the back-end database through JDBC connections, and through the creation of a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method accepts client connections customers through the Socket (InetAddress, port) to establish a connection with the server. Server and the client through the construction BufferedReader, PrintWriter to create input and output streams, and then the two sides through the input and output streams to pass information to each other, upon receipt of the customer' s connection request, the server accept () method returns a new Socket object.
Update : 2024-05-19 Size : 914432 Publisher : 三鲜丸子

DL : 0
linux c网络编程 实现多线程下载服务器与客户端,可以实现类似迅雷的多个线程分块下载同一个文件/多个线程下载多个文件,大大增加下载速度-linux c network programming multi-threaded download server and client, you can achieve a similar multiple threads block Thunder download the same file/multiple threads to download multiple files, greatly increasing the download speed
Update : 2024-05-19 Size : 3072 Publisher : 李享

linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/input./client 127.0.0.1 connect to the server, and then follow the prompts to start chatting on the socket, multi-threaded
Update : 2024-05-19 Size : 40960 Publisher : asd

linux平台高并发的服务器架构,仿nginx采用多进程多线程的架构-linux platform for highly concurrent server architecture, imitation nginx multi-process, multi-threaded architecture
Update : 2024-05-19 Size : 11264 Publisher : genius8080

简单有效的p2p文件传送,多线程断点续传,釆用CS模式,服务器端较简单,主要就是加入待传文件,监听客户,和传送文件。而那些断点续传的功能,以及文件的管理都放在客户端上。-Simple and effective p2p file transfer, multi-threaded HTTP, preclude the use of the CS mode, the server is relatively simple, mainly adding files to be transmitted, monitor customers, and transfer files. Those functions of HTTP, and file management are placed on the client.
Update : 2024-05-19 Size : 90112 Publisher : barton

DL : 0
linux下一个多线程并发服务器的实例,用于学习多线程编程及相关操作系统的知识-linux under a multi-threaded concurrent server instances for learning multithreaded programming and operating systems knowledge
Update : 2024-05-19 Size : 1024 Publisher : dy

DL : 0
聊天室服务器 基于nio非阻塞的一个聊天程序 还有多线程-Nio-based chat server chat program and a non-blocking multi-threaded
Update : 2024-05-19 Size : 5120 Publisher : decaywood

利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
Update : 2024-05-19 Size : 2048 Publisher : saleinf

客户端与服务器之间通过TCP多线程进行双向通信-Between the client and server through the TCP multi-threaded two-way communication
Update : 2024-05-19 Size : 7168 Publisher : 原北京

DL : 0
模拟聊天室,服务器负责转发消息,简单的TCP/IP通信以及多线程开发-Analog chat rooms, the server is responsible for forwarding the message, a simple TCP/IP communications and multi-threaded development
Update : 2024-05-19 Size : 3072 Publisher : dufan

多线程,客户端与服务器的实现,文件分发, 简单P2P文件分发的模拟-Multi-threaded, client and server implementation, document distribution, a simple simulation of P2P file distribution
Update : 2024-05-19 Size : 791552 Publisher : dashu

DL : 0
多线程web服务器,能实现多个用户同时访问服务器端,适用于教学-Multi-threaded web server, to achieve multiple users simultaneous access to the server side, for teaching
Update : 2024-05-19 Size : 7168 Publisher : wutao
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.